home *** CD-ROM | disk | FTP | other *** search
/ Grafik Collection 1 / Grafik Collection 1.iso / dosdrivers / rad < prev    next >
Text File  |  1994-10-03  |  549b  |  22 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * You can create different simultaneous recoverable RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  *
  6.  * The size of a recoverable RAM disk is controlled by the value of the
  7.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  8.  * RAM. So the default value of 79 consumes around 880 of memory.
  9.  */
  10.  
  11. Device        = ramdrive.device
  12. Unit        = 0
  13. Flags        = 0
  14. Surfaces    = 2
  15. BlocksPerTrack    = 11
  16. Reserved    = 2
  17. Interleave    = 0
  18. LowCyl        = 0
  19. HighCyl        = 79
  20. Buffers        = 5
  21. BufMemType    = 1
  22.